github.com/andybalholm/brotli/flate.huffmanBitWriter.writeStoredHeader (method)

2 uses

	github.com/andybalholm/brotli/flate (current package)
		huffman_bit_writer.go#L340: func (w *huffmanBitWriter) writeStoredHeader(length int, isEof bool) {
		huffman_bit_writer.go#L404: 		w.writeStoredHeader(len(input), eof)